home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / tarot_mysteries / background_3553.txt < prev    next >
Text File  |  1990-09-25  |  3KB  |  126 lines

  1. -- background: 3553 from stack: in
  2. -- bmap block id: 4077
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Info
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=113 top=8 right=47 bottom=400
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Table Of Contents
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go card "Table Of Contents"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=60 top=305 right=327 bottom=109
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Quit
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   domenu "Quit HyperCard"
  43. end mouseUp
  44.  
  45.  
  46.  
  47. -- part 3 (button)
  48. -- low flags: 00
  49. -- high flags: 0000
  50. -- rect: left=408 top=303 right=325 bottom=457
  51. -- title width / last selected line: 0
  52. -- icon id / first selected line: 0 / 0
  53. -- text alignment: 1
  54. -- font id: 0
  55. -- text size: 12
  56. -- style flags: 0
  57. -- line height: 16
  58. -- part name: Home
  59. ----- HyperTalk script -----
  60. on mouseUp
  61.   go stack "Home"
  62. end mouseUp
  63.  
  64.  
  65.  
  66. -- part 4 (button)
  67. -- low flags: 00
  68. -- high flags: 0000
  69. -- rect: left=182 top=299 right=327 bottom=218
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 9301 / 9301
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Previous Card
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   get cd field "Previous Card"
  81.   visual effect dissolve
  82.   go card it
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 5 (button)
  88. -- low flags: 00
  89. -- high flags: 0000
  90. -- rect: left=298 top=299 right=327 bottom=334
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 27009 / 27009
  93. -- text alignment: 1
  94. -- font id: 0
  95. -- text size: 12
  96. -- style flags: 0
  97. -- line height: 16
  98. -- part name: Next Card
  99. ----- HyperTalk script -----
  100. on mouseUp
  101.   get cd field "Next Card"
  102.   visual effect dissolve
  103.   go card it
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 6 (button)
  109. -- low flags: 00
  110. -- high flags: 0000
  111. -- rect: left=14 top=18 right=44 bottom=47
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 2162 / 2162
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: Return
  120. ----- HyperTalk script -----
  121. on mouseUp
  122.   visual effect dissolve
  123.   go card "Table Of Contents"
  124. end mouseUp
  125.  
  126.